home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000159_fdc@watsun.cc.columbia.edu_Tue Nov 20 12:59:52 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  5KB  |  100 lines

  1. Article: 12980 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.os.linux.misc,comp.os.linux.networking,comp.protocols.kermit.misc
  5. Subject: C-Kermit 8.0 Beta.04 for Linux
  6. Date: 20 Nov 2001 17:57:55 GMT
  7. Organization: Columbia University
  8. Lines: 83
  9. Message-ID: <9te5j3$jjm$1@newsmaster.cc.columbia.edu>
  10. NNTP-Posting-Host: watsun.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1006279075 20086 128.59.39.2 (20 Nov 2001 17:57:55 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 20 Nov 2001 17:57:55 GMT
  14. Keywords: kermit sredird rfc2217 modem kerberos ssl tls ssh
  15. Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:527440 comp.os.linux.networking:364424 comp.protocols.kermit.misc:12980
  16.  
  17.  
  18. C-Kermit 8.0 is almost ready for release.  The final Beta, Beta.04,
  19. was announced on the Kermit newsgroup (comp.protocols.kermit.misc)
  20. yesterday:
  21.  
  22.   http://www.columbia.edu/kermit/ck80b04.html  <-- Beta announcement
  23.   http://www.columbia.edu/kermit/ck80b.html    <-- C-Kermit 8.0 page
  24.   http://www.columbia.edu/kermit/ckermit.html  <-- C-Kermit main page
  25.  
  26. If you haven't been following C-Kermit 8.0 (or C-Kermit at all), note
  27. that the new release incorporates:
  28.  
  29.  . Kerberos, SSL/SLS, and SRP security.
  30.  . An SSH interface.
  31.  . Advanced, scriptable Telnet, FTP, and HTTP clients.
  32.  . Lots more; see the web links for details.
  33.  
  34. In the latest Beta, I finally found a way (crude but effective) to get
  35. "make linux" to work for all Linuxes (as far as I know) -- libc or glibc,
  36. so we no longer need separate makefile targets for (e.g.) Red Hat 7.1 and
  37. Debian 2.1.
  38.  
  39. A lot of work was done in Beta.04 on the serial-port code.  A race
  40. condition with mgetty was discovered in Kermit's lockfile creation, and
  41. fixed and dialout connections were tested extensively on several different
  42. Linuxes.  Several other corrections were made in this area:
  43.  
  44.  . Missing error message in failing SET LINE command fixed.
  45.  
  46.  . Discovered that Linux tcsendbreak() ignores its argument
  47.    (so Kermit can't send a "Long BREAK"; fixed in the documentation).
  48.  
  49.  . Fixed spurious "OK to exit?" message after carrier dropped on a
  50.    modem connection.
  51.  
  52. And as noted in the main announcement, the new Beta works well with
  53. RFC-2217 Telnet Com-Port capable modem servers, such as the Cisco 2509.
  54. This allows the dialout program to "directly" access the remote port and
  55. modem, giving it access to speeds, modem signals, etc.  There is also a
  56. Linux-based server for this protocol (allowing Linux Com ports and modems
  57. to be shared on a network), Denis Sbragion's sredir.  Previously there
  58. were no publicly available clients for sredir; now you can use C-Kermit.
  59. In the process of testing Kermit with sredir(), we discovered and fixed a
  60. few problems in sredir itself; you can find the updated version here:
  61.  
  62.   ftp://kermit.columbia.edu/kermit/sredird/
  63.  
  64. So far, Beta.04 has been built successfully (with "make linux") on the
  65. following hardware/OS combinations:
  66.  
  67.  Hardware             Distribution          Filename
  68.   Apple Power Mac G3   Linux PPC 2000 Q4     cku200b04.linux-ppc-2000q4
  69.   DEC/Compaq Alpha     Red Hat Linux 6.2     cku200b04.linux-alpha-rh62
  70.   Intel PC             Debian 2.1            cku200b04.linuxnp-i386-db2.1
  71.   Intel PC             Red Hat 5.2           cku200b04.linux-i386-rh5.2
  72.   Intel PC             Red Hat 6.1           cku200b04.linux-i386-rh6.1
  73.   Intel PC             Red Hat 6.2           cku200b04.linux-i386-rh6.2
  74.   Intel PC             Red Hat 7.0           cku200b04.linux-i386-rh7.0
  75.   Intel PC             Red Hat 7.1           cku200b04.linux-i386-rh7.1
  76.   Intel PC             SuSE 6.4              cku200b04.linux-i386-su6.4
  77.   Intel PC             SuSE 7.0              cku200b04.linux-i386-su7.0
  78.   Intel PC             Slackware 4.0         cku200b04.linuxnp-i386-sw4.0
  79.   Intel PC             Slackware 7.1         cku200b04.linux-i386-sw7.1
  80.   Intel PC             Slackware 8.0         cku200b04.linux-i386-sw8.0
  81.   Sun Sparc            Rec Hat 6.2           cku200b04.linux-sparc-rh6.2
  82.                                              
  83. If you can build other combinations, please upload the binaries to:
  84.  
  85.   ftp://kermit.columbia.edu/kermit/incoming/
  86.  
  87. using the same naming conventions.
  88.  
  89. I hope the final release will come within a few weeks.  Meanwhile, report
  90. any problems with Beta.04 to:
  91.  
  92.   kermit-support@columbia.edu
  93.  
  94. Frank da Cruz
  95. The Kermit Project
  96. Columbia University
  97. New York City
  98. Email: fdc@columbia.edu
  99. http://www.columbia.edu/kermit/
  100.